box: add some missing includes
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 3 Oct 2011 20:54:09 +0000 (16:54 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 3 Oct 2011 20:54:09 +0000 (16:54 -0400)
gtk/gtkhbox.c
gtk/gtkvbox.c

index 5ade71d1922b376c430f9de9cbedf55447adf00a..021fb22d6836b77b6a483431dbd29df305bd2b2b 100644 (file)
@@ -29,6 +29,7 @@
 #undef GTK_DISABLE_DEPRECATED
 #include "gtkhbox.h"
 #include "gtkorientable.h"
+#include "gtkboxprivate.h"
 
 
 /**
index ebe993710576be92cc333aafcd2db86de0782798..9251291f11019ebfb97d14d24337550f5392c739 100644 (file)
@@ -29,6 +29,7 @@
 #include "gtkorientable.h"
 #undef GTK_DISABLE_DEPRECATED
 #include "gtkvbox.h"
+#include "gtkboxprivate.h"
 
 
 /**